Delete application command
A Delete command is a request to delete one or more objects.SYNTAX
delete referenceToObjectPARAMETER
- referenceToObject
- A reference to the object or objects to be deleted.
Class: ReferenceRESULT
NoneEXAMPLE
tell document "Intro" of app "Scriptable Text Editor" delete words 1 through 5 end tell